home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 31 / PC Gamer IT CD 31 2-2.iso / drivers / videodrv / cyrrus / CL5446.140 / OS2 / INSTALL.RSP < prev    next >
Text File  |  1997-07-30  |  4KB  |  116 lines

  1. *----------------------------------------------------------------------------
  2. * Response File for installation of Cirrus Video Card drivers.
  3. *
  4. * In order to automate installation, you need to select parameters for 4
  5. * different categories in this file:
  6. *
  7. *    write_mode
  8. *    initial_resolution
  9. *    monitor_name
  10. *    top_refresh_rates
  11. *
  12. *----------------------------------------------------------------------------
  13.  
  14. *----------------------------------------------------------------------------
  15. * The first is the write mode.  The two choices are:
  16. *    REFRESH   = Will not overwrite a file a newer date than the source file.
  17. *    OVERWRITE = Will overwrite all files regardless of the date.
  18. *
  19. * Examples are:
  20. *    write_mode = REFRESH
  21. *    write_mode = OVERWRITE
  22. *----------------------------------------------------------------------------
  23.  
  24. write_mode = OVERWRITE
  25.  
  26. *----------------------------------------------------------------------------
  27. * The second is the selection of the initial resolution.
  28. *
  29. * Initial Resolution is specified as follows
  30. *
  31. * initial_resolution = (
  32. *                         x   = 800
  33. *                         y   = 600
  34. *                         bpp = 16
  35. *                         refreshrate = 60
  36. *                      )
  37. *
  38. * Please be aware when selecting these modes that there are no guarantees
  39. * that the mode selected will work on every video card/monitor combination
  40. * so choosing a lower resolution / refreshrate / bits per pixel might be
  41. * a good thing to do during automated installation.
  42. *----------------------------------------------------------------------------
  43.  
  44. initial_resolution = (
  45.                         x = 640
  46.                         y = 480
  47.                         bpp = 8
  48.                         refreshrate = 60
  49.                      )
  50.  
  51. *----------------------------------------------------------------------------
  52. * The third is the name you want to call your monitor.
  53. *
  54. * Monitor name is specified as follows
  55. *
  56. * monitor_name       =    "Any Name"
  57. *
  58. * Make sure there are double quotes around the word you choose.
  59. *----------------------------------------------------------------------------
  60.  
  61. monitor_name       =    "MyMonitor"
  62.  
  63. *----------------------------------------------------------------------------
  64. * The fourth is the list of maximum refresh rates for each resolution.
  65. *
  66. * Here are the refresh rates for each resolution supported by the CL5436
  67. * and CL5446.
  68. *
  69. * CL5436 and CL5446:
  70. *                       x       y       refreshrate
  71. *                      ---     ---     -------------
  72. *                      640     480     60, 72, 75, 85
  73. *                      800     600     56, 60, 72, 75, 85
  74. *                      1024    768     43, 60, 70, 72, 75, 85
  75. *                      1280   1024     43, 60, 70, 75
  76. *                      1600   1200     48
  77. *
  78. * Here are the refresh rates for each resolution supported by the CL5480.
  79. *
  80. * CL5480:
  81. *                       x       y       refreshrate
  82. *                      ---     ---     -------------
  83. *                      640     480     60, 72, 75, 85, 100
  84. *                      800     600     56, 60, 72, 75, 85, 100
  85. *                      1024    768     43, 60, 70, 75, 85, 100
  86. *                      1280   1024     43, 60, 75, 85
  87. *                      1600   1200     48, 60
  88. *
  89. * Note that the refreshrates of 43 and 48 are interlaced modes.
  90. *
  91. * Maximum Refresh Rates are specified as follows
  92. *
  93. * top_refresh_rates  = (
  94. *                         a_max_ref_640  = 70
  95. *                         b_max_ref_800  = 72
  96. *                         c_max_ref_1024 = 70
  97. *                         d_max_ref_1280 = 60
  98. *                         e_max_ref_1600 = 60
  99. *                      )
  100. *
  101. * !!!WARNING: Before setting refreshrate and resolution here, make sure your
  102. *             monitor can handle the values you choose.  Note that all
  103. *             resolutions cannot handle the same set of refresh rates.  Check
  104. *             the user's manual that came with your monitor for these values.
  105. *
  106. *----------------------------------------------------------------------------
  107.  
  108. top_refresh_rates  = (
  109.                         a_max_ref_640  = 60
  110.                         b_max_ref_800  = 56
  111.                         c_max_ref_1024 = 60
  112.                         d_max_ref_1280 = 43
  113.                         e_max_ref_1600 = 48
  114.                      )
  115.  
  116.